home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue52 / System / UFileSys.dfm / UFileSys.txt
Encoding:
Text File  |  1999-10-29  |  4.3 KB  |  232 lines

  1. object Form1: TForm1
  2.   Left = 312
  3.   Top = 141
  4.   BorderStyle = bsDialog
  5.   Caption = 'FileSystem Testbed'
  6.   ClientHeight = 180
  7.   ClientWidth = 739
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 12
  22.     Width = 65
  23.     Height = 13
  24.     Caption = 'Current Drive:'
  25.     FocusControl = DriveList
  26.   end
  27.   object VolSize: TLabel
  28.     Left = 8
  29.     Top = 40
  30.     Width = 225
  31.     Height = 13
  32.     AutoSize = False
  33.     Caption = 'VolSize'
  34.   end
  35.   object VolName: TLabel
  36.     Left = 8
  37.     Top = 60
  38.     Width = 225
  39.     Height = 13
  40.     AutoSize = False
  41.     Caption = 'VolName'
  42.   end
  43.   object FSystem: TLabel
  44.     Left = 8
  45.     Top = 80
  46.     Width = 225
  47.     Height = 13
  48.     AutoSize = False
  49.     Caption = 'FSystem'
  50.   end
  51.   object SerNum: TLabel
  52.     Left = 8
  53.     Top = 100
  54.     Width = 225
  55.     Height = 13
  56.     AutoSize = False
  57.     Caption = 'SerNum'
  58.   end
  59.   object DrvType: TLabel
  60.     Left = 8
  61.     Top = 120
  62.     Width = 225
  63.     Height = 13
  64.     AutoSize = False
  65.     Caption = 'DrvType'
  66.   end
  67.   object FreeSp: TLabel
  68.     Left = 8
  69.     Top = 140
  70.     Width = 225
  71.     Height = 13
  72.     AutoSize = False
  73.     Caption = 'FreeSp'
  74.   end
  75.   object Bevel1: TBevel
  76.     Left = 248
  77.     Top = 10
  78.     Width = 2
  79.     Height = 165
  80.     Shape = bsLeftLine
  81.   end
  82.   object Label2: TLabel
  83.     Left = 260
  84.     Top = 36
  85.     Width = 59
  86.     Height = 13
  87.     Caption = 'Sub-Folders:'
  88.     FocusControl = FolderList
  89.   end
  90.   object Label16: TLabel
  91.     Left = 260
  92.     Top = 12
  93.     Width = 69
  94.     Height = 13
  95.     Caption = 'Current Folder:'
  96.   end
  97.   object FileCount: TLabel
  98.     Left = 256
  99.     Top = 133
  100.     Width = 44
  101.     Height = 13
  102.     Caption = 'FileCount'
  103.   end
  104.   object TotFileSize: TLabel
  105.     Left = 256
  106.     Top = 152
  107.     Width = 52
  108.     Height = 13
  109.     Caption = 'TotFileSize'
  110.   end
  111.   object DriveList: TComboBox
  112.     Left = 80
  113.     Top = 8
  114.     Width = 153
  115.     Height = 21
  116.     Style = csDropDownList
  117.     Color = 11031552
  118.     Font.Charset = DEFAULT_CHARSET
  119.     Font.Color = clYellow
  120.     Font.Height = -11
  121.     Font.Name = 'MS Sans Serif'
  122.     Font.Style = []
  123.     ItemHeight = 13
  124.     ParentFont = False
  125.     TabOrder = 0
  126.     OnChange = DriveListChange
  127.   end
  128.   object FolderList: TComboBox
  129.     Left = 337
  130.     Top = 32
  131.     Width = 176
  132.     Height = 21
  133.     Style = csDropDownList
  134.     Color = 11031552
  135.     Font.Charset = DEFAULT_CHARSET
  136.     Font.Color = clYellow
  137.     Font.Height = -11
  138.     Font.Name = 'MS Sans Serif'
  139.     Font.Style = []
  140.     ItemHeight = 13
  141.     ParentFont = False
  142.     TabOrder = 1
  143.     OnChange = FolderListChange
  144.   end
  145.   object CurFolder: TEdit
  146.     Left = 336
  147.     Top = 8
  148.     Width = 393
  149.     Height = 21
  150.     Color = 11031552
  151.     Font.Charset = DEFAULT_CHARSET
  152.     Font.Color = clYellow
  153.     Font.Height = -11
  154.     Font.Name = 'MS Sans Serif'
  155.     Font.Style = []
  156.     ParentFont = False
  157.     TabOrder = 2
  158.     OnKeyPress = CurFolderKeyPress
  159.   end
  160.   object GroupBox1: TGroupBox
  161.     Left = 256
  162.     Top = 61
  163.     Width = 153
  164.     Height = 60
  165.     Caption = 'File Attributes '
  166.     TabOrder = 3
  167.     object cbHidden: TCheckBox
  168.       Tag = 1
  169.       Left = 8
  170.       Top = 32
  171.       Width = 57
  172.       Height = 17
  173.       Caption = 'Hidden'
  174.       TabOrder = 0
  175.       OnClick = cbReadOnlyClick
  176.     end
  177.     object cbSystem: TCheckBox
  178.       Tag = 2
  179.       Left = 88
  180.       Top = 16
  181.       Width = 57
  182.       Height = 17
  183.       Caption = 'System'
  184.       TabOrder = 1
  185.       OnClick = cbReadOnlyClick
  186.     end
  187.     object cbReadOnly: TCheckBox
  188.       Left = 8
  189.       Top = 16
  190.       Width = 73
  191.       Height = 17
  192.       Caption = 'Read-Only'
  193.       TabOrder = 2
  194.       OnClick = cbReadOnlyClick
  195.     end
  196.     object cbArchive: TCheckBox
  197.       Tag = 3
  198.       Left = 88
  199.       Top = 32
  200.       Width = 57
  201.       Height = 17
  202.       Caption = 'Archive'
  203.       TabOrder = 3
  204.       OnClick = cbReadOnlyClick
  205.     end
  206.   end
  207.   object FileList: TListBox
  208.     Left = 520
  209.     Top = 32
  210.     Width = 209
  211.     Height = 145
  212.     Color = 11031552
  213.     Font.Charset = DEFAULT_CHARSET
  214.     Font.Color = clYellow
  215.     Font.Height = -11
  216.     Font.Name = 'MS Sans Serif'
  217.     Font.Style = []
  218.     ItemHeight = 13
  219.     ParentFont = False
  220.     TabOrder = 4
  221.   end
  222.   object Button1: TButton
  223.     Left = 420
  224.     Top = 80
  225.     Width = 89
  226.     Height = 25
  227.     Caption = 'Folder Size...'
  228.     TabOrder = 5
  229.     OnClick = Button1Click
  230.   end
  231. end
  232.